@media (max-width:1024px) {
	.container {
		width: auto;
	}

	.header {
		padding: 0 10px
	}

	.header-functional,
	.logo {
		float: initial;
		width: 100%;
	}

	.logo {
		display: block;
		padding: 10px 0;
		text-align: center;
	}

	.navigation {
		float: initial;
		padding: 0;
		display: none;
	}

	.header-functional.open .menu-btn {
		/* top: 10%; */
	}

	.header-functional.open .navigation {
		display: block;
	}

	.header-functional ul.navigation li {
		display: block;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid var(--border);
	}

	.header-functional ul.navigation li a {
		position: relative;
		display: block;
		line-height: 30px;
		padding: 10px 20px;
	}

	.header-functional ul.navigation li a.no-expand span {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.header-functional ul.navigation li ul.subnav {
		position: initial;
		width: 100%;
		border-top: 0;
	}

	.header-functional ul.navigation li ul.subnav li:last-child {
		border-bottom: 0;
	}

	.header-functional ul.navigation li ul.subnav li {
		padding-left: 40px;
	}

	.header-functional ul.navigation li.lang {
		text-align: center;
	}

	.header-functional ul.navigation li.lang a {
		width: auto;
		display: inline-block;
		padding: 10px 0;
	}

	.header-functional ul.navigation li.lang a.lang-active {
		color: var(--blue);
	}

	.header-functional ul.navigation li.lang a.lang-sj {
		padding: 0;
	}

	.header-functional ul.navigation li.lang a.lang-sj::before {
		content: "|";
		padding-right: 10px;
		padding-left: 10px;
	}

	.header .menu-btn {
		position: absolute;
		left: 5px;
		/* transform: translateY(-50%); */
		padding-left: 10px;
		padding-top: 15px;
		font-size: 20px;
	}

	.header .search {
		position: absolute;
		right: 0;
		top: 0;
		padding: 20px 0 0;
	}

	.search-layer {
		top: 70px;
		padding: 20px 0;
	}

	.search::before {
		display: none;
	}

	/**
	 * show
	**/
	.show {
		padding: 30px;
	}

	.product-detail .thumb-list .swiper-container {
		height: auto;
	}
	
	.product-detail .product-content .extra-section{
		position: initial;
		margin-top: 20px;
	}
	
	.product-detail .list-show-msg{
		padding-bottom: 0;
	}
	
	.product-detail .list-show-msg .item-msg{
		width: 50%;
		padding: 0 5px;
	}
	.product-detail .list-show-msg .item-msg:last-child{
		padding:20px 0 0;
		border-left: 0;
	}
	.product-detail .list-show-msg .item-msg .icon-msg{
		padding-left: 0;
	}
	/**
	 * hot-product
	**/

	.hot-product {
		padding: 0;
	}


	.hot-product .hot-section {
		width: 100%;
		padding: 50px;
		background: var(--blue);
		position: initial;
		transform: none;
	}

	.hot-product .hot-section-product1 a .desc {
		width: 100%;
	}

	.hot-product .hot-list a.black {
		width: 100%;
	}

	.hot-product .hot-section-product1 a .title {
		font-size: 24px;
	}

	.hot-product .hot-list .title {
		padding: 20px 0 0 20px;
		font-size: 24px;
	}

	/**
	 * index-news
	**/
	.index-news {
		padding: 50px 0 0;
	}

	.product-detail .thumb-pic {
		max-width: 100%;
		height: auto;
	}

	.product-detail .thumb-pic .swiper-button-next {
		right: 10px;
	}

	.overview-area {
		padding: 0 15px 20px;
	}

	/**
	 * fixed-breadcrumbs
	**/
	.fixed-attr {
		padding: 0;
	}

	.fixed-breadcrumbs {
		margin-top: 0;
		padding: 20px 15px 0;
		background: transparent;
		box-shadow: none;
	}

	.position-nav a {
		font-size: 14px;
		/* width: 50px; */
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.position-nav a:first-of-type {
		/* width: 40px; */
	}

	.position-nav a::before {
		padding: 0 5px;
	}
	.fixed-tabs{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}
	.fixed-tabs a::before{
		display: none;
	}
	.fixed-tabs a{
		display: inline-block;
		width: 48%;
		padding: 10px 0;
		margin-bottom: 20px;
		line-height: 20px;
		text-align: center;
		background: var(--white);
	}

	.arc-video iframe{
		width: 80%;
		height: 300px;
	}
}

@media (max-width:768px) {
	.container {
		width: auto;
	}

	.search-layer {
		top: 70px;
		padding: 20px 0 0 0;
	}

	.search-layer .form-group {
		display: inline-block;
		padding-right: 10px;
	}

	.search-layer .form-group input.keyword,
	.search-layer button {
		height: 40px;
	}

	/**
	 * scroll-banner
	**/
	.scroll-banner .swiper-button-prev,
	.scroll-banner .swiper-button-next {
		top: 55%;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0;
	}

	.scroll-banner .swiper-ad .ad-title {
		width: 60%;
		font-size: 28px;
		line-height: 30px;
	}

	.scroll-banner .swiper-ad .ad-subtitle {
		width: 60%;
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		left: 35%;
	}

	.swiper-pagination-bullets .pagination-li span {
		font-size: 12px;
	}

	/**
	 * header-banner
	**/
	.header-banner{
		height: 200px;
		background-size: cover;
	}
	.header-banner .group-title .uppercase-title {
		font-size: 30px;
	}

	.header-banner .group-title .title-line {
		margin-top: 10px;
	}

	/**
	 * swiper
	**/
	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

	/**
	 * index-news
	**/
	.channel-tabs-title,
	.channel-tabs-list {
		float: initial;
	}

	.channel-tabs-list {
		display: flex;
	}

	.channel-tabs-list a {
		width: 33.333333%;
		text-align: center;
		padding: 20px;
		line-height: 30px;
		margin: 0;
	}

	.channel-tabs-title {
		font-size: 28px;
		padding-bottom: 0;
	}

	/**
	 * hot-product
	**/
	.hot-product {
		background-color: var(--blue);
		padding: 30px 15px;
	}

	.hot-product .layer,
	.hot-product .layer1,
	.hot-product .layer2,
	.hot-product .layer3 {
		height: auto !important;
	}

	.hot-product .hot-section {
		width: 100%;
		padding: 0 15px;
		position: initial;
		transform: none;
	}

	.hot-product .hot-section-line {
		margin-left: 0;
	}

	.hot-product .hot-section-name {
		padding: 20px 15px;
	}

	.hot-product .hot-list a.black {
		width: 100%;
	}

	.hot-product .pos1 {
		background: transparent;
		margin-bottom: -250px;
		z-index: 9;
	}

	.hot-product .hot-list {
		position: relative;
	}

	.hot-product .hot-list .hot-info {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		background: transparent;
	}

	.hot-product .hot-list a.black {
		background: none;
	}

	/**
	 * index-news
	**/
	.index-news .news-tabs-title {
		width: 100%;
		float: initial;
		padding: 0;
	}

	.index-news .news-tabs-list {
		float: initial;
		display: flex;
	}

	.index-news .news-tabs-list a {
		width: 33.333333%;
		text-align: center;
		padding: 20px 10px;
	}

	.index-news .news-item-list .news-item a {
		padding: 40px 30px;
	}

	.index-news .swiper-button-next,
	.index-news .swiper-button-prev {
		display: block;
		top: 50%;
	}

	.index-news .swiper-button-prev {
		left: 10px;
	}

	.index-news .swiper-button-next {
		right: 10px;
	}

	/**
	 * breadcrumbs
	**/
	.breadcrumbs {
		padding: 30px 0 0;
		line-height: 30px;
	}

	.breadcrumbs a {
		font-size: 14px;
		/* width: 50px; */
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.breadcrumbs a:first-of-type {
		/* width: 30px; */
	}

	.breadcrumbs a::before {
		padding: 0 5px;
	}

	/**
	 * menu-tab
	**/
	.menu-tab {
		padding: 0;
	}

	.menu-tab .menu-list a {
		width: auto;
		padding: 30px 20px;
	}

	.menu-tab .menu-list.max a {
		/* width: 50%; */
		padding: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
	}
	/**
	 * main-content
	**/
	.main-content{
		padding: 20px 0 0;
	}

	/**
	 * contact
	**/
	.contact {
		padding: 0;
	}

	.contact-left {
		padding-bottom: 30px;
	}

	.list-product .product-item {
		margin-bottom: 20px;
	}

	.list-product div[class^="col-"] {
		padding: 0 5px;
	}

	.list-product .product-item .product-name {
		font-size: 20px;
	}

	/**
	 * show
	**/
	.show {
		padding: 0 0 30px;
	}

	.product-detail {
		padding-bottom: 20px;
	}

	.product-detail .thumb-list {
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden;
	}

	.product-detail .thumb-list .swiper-container {
		height: auto;
	}

	.product-detail .thumb-list img {
		max-width: 80px;
	}

	.product-detail .thumb-pic {
		position: relative;
		margin-left: 0;
		width: 100%;
		height: auto;
		/* padding: 0 15px; */
	}

	.product-detail .thumb-pic .swiper-pagination-bullets {
		left: 0;
		bottom: -30px;
		text-align: center;
		width: 100%;
	}

	.product-detail .thumb-pic .swiper-pagination-bullets .swiper-pagination-bullet {
		background: var(--mid-grey);
		margin: 0 5px;
	}

	.product-detail .thumb-pic .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: var(--blue);
	}

	.product-detail .thumb-pic .swiper-button-prev,
	.product-detail .thumb-pic .swiper-button-next {
		visibility: hidden;
		opacity: 0;
	}

	.product-detail .product-content {
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
	}

	.product-detail .product-title {
		padding-top: 50px;
	}

	.product-other {
		padding: 0 10px;
	}

	.overview-area {
		font-size: 24px;
	}

	.related {
		padding: 20px 0;
	}
	.related a{
		margin-bottom: 0;
	}
	.related .related-item {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.related a .product-name {
		font-size: 16px;
		padding: 10px;
		height: 50px;
		line-height: 50px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		word-break: break-all;
	}

	.related .swiper-button-prev {
		left: 0;
	}

	.related .swiper-button-next {
		right: 0;
	}

	.related .swiper-button-next,
	.related .swiper-button-prev {
		top: 50%;
	}

	/**
	 * list-news
	**/

	.list-news .news-item {
		background: var(--white);
		padding: 20px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.arc-video iframe{
		width: 100%;
		height: 200px;
	}


	/**
	 * footer
	**/
	.footer .footer-msg .logo {
		padding-top: 0;
	}

	.footer .footer-msg {
		padding: 20px;
	}

	.footer .footer-msg .list-msg .center-msg {
		padding-bottom: 20px;
	}

	.footer .footer-msg .list-msg .center-msg p {
		padding-left: 0;
	}

	.footer .footer-copy {
		padding: 10px;
	}

	.footer .copyright {
		line-height: 20px;
		font-size: 12px;
	}

	.footer .footer-menu {
		line-height: 20px;
		padding-left: 0;
		display: block;
		font-size: 12px;
	}
	.footer .footer-menu img{
		margin: 0 10px;
	}
}
